home *** CD-ROM | disk | FTP | other *** search
/ Champak 141 / (Vol 141) Oct 17 2011.iso / Games / dragon-runner.swf / scripts / obstacle.as < prev    next >
Encoding:
Text File  |  2011-10-17  |  2.2 KB  |  95 lines

  1. package
  2. {
  3.    [Embed(source="/_assets/assets.swf", symbol="obstacle")]
  4.    public dynamic class obstacle extends ObstacleChar
  5.    {
  6.        
  7.       
  8.       public function obstacle()
  9.       {
  10.          super();
  11.          addFrameScript(27,frame28,48,┬º\x01\x01\x0f\x10┬º,66,┬º\x01\x01\x10\x03┬º,83,┬º\x01\x01\x0f\n┬º,100,┬º\x01\x01\x0f\x0f┬º,110,frame111,129,┬º\x01\x01\x10\x01┬º,141,┬º\x01\x01\x10\x02┬º,162,┬º\x01\x01\x0f\f┬º,163,┬º\x01\x01\x0f\x0b┬º,164,┬º\x01\x01\x0f\b┬º,167,┬º\x01\x01\x0f\t┬º,168,┬º\x01\x01\x0f\x0e┬º,169,┬º\x01\x01\x0f\r┬º,172,frame173,179,frame180);
  12.       }
  13.       
  14.       internal function ┬º\x01\x01\x0f\b┬º() : *
  15.       {
  16.          stop();
  17.       }
  18.       
  19.       internal function ┬º\x01\x01\x0f\t┬º() : *
  20.       {
  21.          gotoAndPlay("smokestand");
  22.       }
  23.       
  24.       internal function ┬º\x01\x01\x0f\n┬º() : *
  25.       {
  26.          gotoAndPlay("bushstand");
  27.       }
  28.       
  29.       internal function ┬º\x01\x01\x0f\x0b┬º() : *
  30.       {
  31.          stop();
  32.       }
  33.       
  34.       internal function ┬º\x01\x01\x0f\f┬º() : *
  35.       {
  36.          gotoAndPlay("smokestand");
  37.       }
  38.       
  39.       internal function ┬º\x01\x01\x0f\r┬º() : *
  40.       {
  41.          stop();
  42.       }
  43.       
  44.       internal function frame180() : *
  45.       {
  46.          stop();
  47.       }
  48.       
  49.       internal function ┬º\x01\x01\x0f\x0e┬º() : *
  50.       {
  51.          stop();
  52.       }
  53.       
  54.       internal function frame111() : *
  55.       {
  56.          gotoAndPlay("smokestand");
  57.       }
  58.       
  59.       internal function ┬º\x01\x01\x0f\x0f┬º() : *
  60.       {
  61.          gotoAndPlay("bushstand");
  62.       }
  63.       
  64.       internal function frame28() : *
  65.       {
  66.          gotoAndPlay("plantstand");
  67.       }
  68.       
  69.       internal function frame173() : *
  70.       {
  71.          gotoAndPlay("smokestand");
  72.       }
  73.       
  74.       internal function ┬º\x01\x01\x0f\x10┬º() : *
  75.       {
  76.          gotoAndPlay("plantstand");
  77.       }
  78.       
  79.       internal function ┬º\x01\x01\x10\x01┬º() : *
  80.       {
  81.          gotoAndPlay("monsterstand");
  82.       }
  83.       
  84.       internal function ┬º\x01\x01\x10\x02┬º() : *
  85.       {
  86.          gotoAndPlay("monsterstand");
  87.       }
  88.       
  89.       internal function ┬º\x01\x01\x10\x03┬º() : *
  90.       {
  91.          gotoAndPlay("smokestand");
  92.       }
  93.    }
  94. }
  95.